home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / inetray / config.h < prev    next >
Text File  |  1993-08-15  |  1KB  |  39 lines

  1. /*======================================================================
  2.             C O N F I G . H 
  3.                     doc: Fri Mar 13 12:36:29 1992
  4.                     dlm: Wed Jul 21 08:10:01 1993
  5.                     (c) 1992 ant@julia
  6.                     uE-Info: 17 69 T 0 0 72 2 2 8 ofnI
  7. ======================================================================*/
  8.  
  9. /*
  10.  * Inetray parameters
  11.  */
  12.  
  13. #define    KEYFILE        ".inetray.key"    /* session key file */
  14. #define    OLDKEYFILE    ".inetray.key.old"
  15. #define    RCFILE        ".inetrayrc"    /* local rc file */
  16.  
  17. #define    NOSYSLOG    "inetray"    /* NOSYSLOG_QUIRK filename */
  18.  
  19. #define    STRIPHEAD    ""        /* strip from all pathnames */
  20.  
  21. #define    RESULTPORT    8889        /* port for results */
  22.  
  23. #define    RTIMEOUT      8        /* timeout while registering servers */
  24. #define    CALLTOUT    10        /* timeout for clnt_call() */
  25. #define    CALLRETRY    3        /* number of call retrys */
  26. #define    RESEND        10        /* resend TRACEBLOCK requests after */
  27. #define    FLUSHTIMEOUT    5        /* timeout while flushing sockets */
  28. #define    TERMTIMEOUT    20        /* timeout while terminating servers */
  29. #define    CHKCLNT        60        /* check client every n secs */
  30.  
  31. #define    NICEDAEMON     19        /* nice value for daemon */
  32.  
  33. #define    MINBLOCKSIZE    3        /* minimum size of blocks */
  34. #define BLOCKSPERSERVER    10        /* # of blocks per server */
  35.  
  36. #define    STRLEN        256        /* common string length */
  37.  
  38.  
  39.